home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
Mixed Mode Maddness
/
Compilier
/
hello6502.asm
< prev
Wrap
Assembly Source File
|
2000-06-23
|
68b
|
9 lines
ldx #0
ldy #1
beq done
lda (22,x)
ldx 33
ldy $ffed
done:
rts